home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 272_01 / badext.doc < prev    next >
Text File  |  1987-07-08  |  631b  |  38 lines

  1.  
  2.  
  3.         NAME
  4.                 badext -- report invalid filename extension and exit
  5.  
  6.         SYNOPSIS
  7.                 void badext(ext);
  8.                 char *ext;
  9.  
  10.  
  11.         DESCRIPTION
  12.         This function may be used when an invalid filename extension must
  13.         cause the termination of a program.  It is called with the
  14.         offending extension as the argument string.  An error message
  15.         is sent to stderr, and the program terminates via the aabort()
  16.         function of this library.
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.         This function is found in SMDLx.LIB for the Datalight Compiler.
  38.